@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: "Roboto-b";
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: "Arial";
    src: url(../fonts/arial.ttf);
}

@font-face {
    font-family: "Arialb";
    src: url(../fonts/arialbd.ttf);
}

.margleft0 {
    margin-left: 0;
}

.margright0 {
    margin-right: 0;
}

.paddleft0 {
    padding-left: 0;
}

.inline-bl {
    display: inline-block;
}

.margin-15 {
    margin: 0 -15px;
}

.padding15 {
    padding: 0 15px;
}

.paddright0 {
    padding-right: 0;
}

.paddleft5 {
    padding-left: 5px;
}

.paddright5 {
    padding-right: 5px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.row_5 {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-16 {
        width: 16%;
        position: relative;
        float: left;
    }
    .col-md-54 {
        width: 53%;
        position: relative;
        float: left;
    }
    .col-md-30 {
        width: 30%;
        position: relative;
        float: right;
    }
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

body {
    font-family: "Arial";
    line-height: 1.5;
    font-size: 14px;
}

header .hd-btnmenu {
    display: none;
}

header .hd-logo img {
    height: 85px;
    margin-top: 20px;
}

header .hd-menu {
    margin: 20px 0;
}

header .hd-menu ul li {
    display: inline-block;
    position: relative;
}

header .hd-menu ul li a {
    padding: 15px;
    display: inline-block;
    color: #2700fe;
    font-weight: bold;
    font-family: "Arialb";
    text-transform: uppercase;
}

header .hd-menu ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 999;
}

header .hd-menu ul li ul li a {
    width: 300px;
    padding-left: 20px;
    background: #2701fe;
    display: inline-block;
    color: #fff;
    text-align: left;
    border-bottom: solid 1px #fff;
}

header .hd-menu ul li ul li a:hover {
    background: #fd6e00;
}

header .hd-menu ul li ul li:last-child a {
    border: none;
}

header .hd-menu ul li:hover ul {
    display: block;
}

header .hd-contact {
    margin: 20px 0 20px 20px;
    float: right;
    position: relative;
}

header .hd-contact:before {
    content: '';
    top: 0;
    bottom: 0;
    left: -15px;
    width: 2px;
    height: 100%;
    background: #ff7900;
    position: absolute;
}

header .hd-contact .contact-img {
    display: inline-block;
}

header .hd-contact .contact-title {
    margin-left: 10px;
    color: #9a4800;
    display: inline-block;
}

header .hd-contact .contact-title span {
    color: #f31100;
    font-weight: bold;
}

.banner .paright-0 {
    padding-right: 0;
}

.banner .padding0 {
    padding: 0;
}

.banner .paleft0 {
    padding-left: 0;
}

.banner .banner-menu ul {
    border: solid 1px #c8c8c8;
    display: inline-block;
    width: 100%;
}

.banner .banner-menu ul .menu-name {
    width: 100%;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: bold;
    padding: 10px 0 10px 25px;
    color: #fff;
    display: inline-block;
    background: #2701fe;
    position: relative;
    text-transform: uppercase;
}

.banner .banner-menu ul .menu-name i {
    position: absolute;
    right: 10px;
    font-size: 25px;
}

.banner .banner-menu ul li {
    display: block;
}

.banner .banner-menu ul li .btn-contact {
    right: 10px;
}

.banner .banner-menu>ul>li>a {
    color: #2701fe;
    font-weight: bold;
    width: 100%;
    padding: 10px 0 10px 25px;
    font-family: "Roboto";
    border-bottom: solid 1px #c8c8c8;
    display: inline-block;
    position: relative;
}

.banner .banner-menu ul li a i {
    position: absolute;
    right: 10px;
    top: 12px;
}

.banner .banner-menu ul li a:hover {
    background: #ff6f00;
    color: #fff;
    transition: .3s;
}

.banner .banner-menu ul li a .menu-phone {
    color: #9a4800;
}

.banner .banner-menu ul li a .menu-lienhe {
    position: absolute;
    right: 20px;
}

.banner .banner-menu ul li a .menu-lienhe img {
    margin: 0 5px;
}

.banner .banner-menu.menubn-right ul .menu-name i {
    position: relative;
}

.banner .banner-menu.menubn-right ul li .menu-contact {
    font-weight: bold;
    padding: 20px 0 20px 25px;
}

.banner .banner-menu.menubn-right ul li .menu-email {
    font-weight: nomal;
    text-align: center;
    color: #9a4800;
    padding: 19px 0 18px 25px;
}

.banner .banner-slider a {
    display: inline-block;
}

.banner .banner-slider a img {
    width: 100%;
    height: 466px;
}

.advertisement {
    margin: 18px 0;
}

.advertisement .adver-company {
    position: relative;
}

.advertisement .adver-company a {
    display: inline-block;
}

.advertisement .adver-company a img {
    width: 100%;
    object-fit: cover;
    height: 175px;
}

.advertisement .adver-company .adver-img {
    position: absolute;
    top: 20px;
    left: 7%;
}

.advertisement .adver-video a {
    display: inline-block;
}

.advertisement .adver-video a img {
    width: 100%;
    object-fit: cover;
    height: 175px;
}

.featured-product {
    margin: 20px 0;
}

.featured-product .product-title .product-menu {
    margin: 15px 0;
    border-top: solid 2px #2701fe;
}

.featured-product .product-title .product-menu .product-menu-name {
    display: inline-block;
    padding: 10px;
    background: #2701fe;
    text-align: center;
    color: #fff;
    /* font-weight: bold; */
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Roboto-b";
}

.featured-product .product-title .product-menu ul {
    display: inline-block;
}

.featured-product .product-title .product-menu ul li {
    display: inline-block;
}

.featured-product .product-title .product-menu ul li a {
    padding: 10px;
    color: #666666;
    font-family: "Roboto";
    font-size: 15px;
}

.featured-product .product-title .product-menu ul li a:hover {
    transition: .5s;
    color: #666666;
}

.featured-product .product-title .product-menu ul li a:before {
    content: '';
    top: 10px;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #666666;
    width: 1px;
    height: 50%;
}

.featured-product .product-title .product-menu ul li:last-child a:before {
    background: none;
}

.featured-product .product-title .product-menu ul .active a {
    background: none;
    transition: .5s;
    color: #666666;
}

.featured-product .product-title .product-menu ul .active:before {
    content: '';
    top: -1px;
    right: 50%;
    left: 50%;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 5px solid #2701fe;
}

.featured-product .product-title .product-list {
    padding: 5px;
    border: solid 1px #c8c8c8;
}

.featured-product .product-title .product-list .pr-img {
    position: relative;
}

.featured-product .product-title .product-list .pr-img a {
    width: 100%;
    display: inline-block;
}

.featured-product .product-title .product-list .pr-img a img {
    width: 100%;
    height: 190px;
}

.featured-product .product-title .product-list .pr-img .pr-img-sale {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

.featured-product .product-title .product-list .pr-img .pr-img-sale .sale-before {
    transform: rotate(45deg);
    text-align: center;
    position: relative;
    margin-top: -14px;
    margin-left: 16px;
}

.featured-product .product-title .product-list .pr-img .pr-img-sale .sale-before:before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-left: 35px solid #fff0;
    border-right: 35px solid #fff0;
    border-bottom: 35px solid #e84949ed;
    /* background: #2701fe; */
    width: 20px;
    height: 20px;
    z-index: 0;
}

.featured-product .product-title .product-list .pr-img .pr-img-sale .sale-before p {
    position: relative;
    display: inline-block;
    margin-top: 14px;
    z-index: 1;
    color: #Fff;
    margin-top: 15px;
    margin-left: 17px;
}

.featured-product .product-title .product-list .pr-title {
    position: relative;
    text-align: center;
    line-height: 2;
    margin: 20px 0 10px 0;
}

.featured-product .product-title .product-list .pr-title:before {
    content: '';
    top: 0;
    left: 4%;
    right: 0;
    position: absolute;
    background: #ef6e0a;
    width: 90%;
    height: 1px;
}

.featured-product .product-title .product-list .pr-title .pr-title-name {
    height: 55px;
    display: inline-block;
    overflow: hidden;
    color: #222222;
    font-size: 14px;
    font-family: "Arialb";
}

.featured-product .product-title .product-list .pr-title .pr-title-name:hover {
    color: #2701fe;
    transition: .5s;
}

.featured-product .product-title .product-list .pr-title .pr-title-price {
    color: #2701fe;
    font-family: "Arial";
}

.pr-title .pr-title-btn {
    background: #22bfff;
    color: #fff;
    padding: 0 20px;
    border-radius: 2px;
    display: inline-block;
}

.pr-title .pr-title-btn:hover {
    background: #ff6f00;
    transition: .3s;
}

.news {
    margin: 30px 0;
}

.news h2 {
    font-size: 30px;
    font-family: "Roboto-b";
    color: #4c3019;
    text-align: center;
    margin: 30px 0;
}

.margin20 {
    margin: 20px 0;
}

.news .margin20 .news-content .new-img a {
    display: inline-block;
}

.news .margin20 .news-content .new-img a img {
    height: 187px;
    width: 100%;
}

.news .margin20 .news-content .news-description .news-des-name {
    color: #4c3019;
    font-family: "Arialb";
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-transform: uppercase;
    margin: 10px 0;
    height: 42px;
}

.news .margin20 .news-content .news-description .news-des-name:hover {
    color: #d6690f;
}

.news .margin20 .news-content .news-description .news-date {
    color: #999999;
    font-style: italic;
    padding: 10px 0;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    display: inline-block;
    width: 100%;
}

.news .margin20 .news-content .news-description .news-date .date-time {
    float: left;
    font-style: italic;
}

.news .margin20 .news-content .news-description .news-date .news-comment {
    float: right;
    font-style: italic;
}

.news .margin20 .news-content .news-description .news-content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 85px;
}

footer {
    font-family: "Arial";
    font-size: 12px;
    background: #0078ff;
    color: #fff;
    padding: 20px 0;
    line-height: 2;
}

footer .footer-info p {
    margin: 10px 0;
}

footer .footer-info i {
    font-size: 16px;
    margin: 0 5px;
}

footer .footer-menu {
    margin: 20px 0;
}

footer .footer-menu .footer-aboutus {
    display: inline-block;
    width: 45%;
    padding: 0 15px;
    float: left;
}

footer .footer-menu .footer-aboutus ul.about-us {
    list-style-type: disc;
}

footer .footer-menu .footer-policy {
    display: inline-block;
    width: 45%;
    padding: 0 15px;
}

footer .footer-menu .footer-policy ul.policy {
    list-style-type: square;
}

footer .footer-menu ul li {
    margin: 10px 0;
}

footer .footer-facebook .fanpage-iframe {
    margin: 15px 0;
}

footer .footer-title {
    font-family: "Arialb";
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
}

footer .footer-category {
    font-family: "Arialb";
    font-size: 13px;
    text-transform: uppercase;
}


/* --------------------------------------------------------END-HOME------------------------------------------------------------- */

.banner .product-hot {
    margin: 30px 0;
    border: solid 1px #c8c8c6;
}

.banner .product-hot .procate-name {
    width: 100%;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: bold;
    padding: 10px 0 10px 25px;
    color: #fff;
    display: inline-block;
    background: #2701fe;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.banner .product-hot .product-hlist {
    margin: 20px 10px;
}

.banner .product-hot .product-hlist .prohot-img {
    display: inline-block;
    width: 45%;
    height: 80px;
}

.banner .product-hot .product-hlist .prohot-img img {
    width: 100%;
    height: 100px;
}

.banner .product-hot .product-hlist .prohot-description {
    display: inline-block;
    width: 51%;
    float: right;
    font-size: 15px;
}

.banner .product-hot .product-hlist .prohot-description .prohot-name {
    font-family: "Roboto-b";
    color: #333333;
}

.banner .product-hot .product-hlist .prohot-description .prohot-price {
    color: #2701fe;
    margin: 10px 0;
}

.banner .product-search {
    padding: 5px;
    background: #2701fe;
}

.banner .product-search form select.product-category {
    width: 30%;
    height: 35px;
}

.banner .product-search form .search-Text {
    height: 35px;
    width: 60%;
}

.back-link {
    color: #333333;
    font-family: 'FontAwesome';
}

.back-link .breadcrumb {
    background: none;
}

.back-link .breadcrumb>li+li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #333333;
}

.back-link .breadcrumb>.active {
    color: #2701fe;
}

.back-link ol li i {
    color: #2701fe;
    margin-right: 5px;
}

.banner .procate-list {
    padding-left: 20px;
}

.banner .procate-list .procategory-content {
    margin: 20px 0;
}

.banner .procate-list .procategory-content .procate-name {
    text-transform: uppercase;
    color: #2701fe;
    font-family: "Roboto-b";
    font-size: 24px;
    margin: 20px 0;
}

.banner .procate-list .procategory-content .s-content {
    text-align: justify;
}

.banner .procate-list .product-list {
    padding: 5px;
    border: solid 1px #c8c8c8;
}

.banner .procate-list .product-list .pr-img {
    position: relative;
}

.banner .procate-list .product-list .pr-img a {
    width: 100%;
    display: inline-block;
}

.banner .procate-list .product-list .pr-img a img {
    width: 100%;
    height: 190px;
}

.banner .procate-list .product-list .pr-img .pr-img-sale {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

.banner .procate-list .product-list .pr-img .pr-img-sale .sale-before {
    transform: rotate(45deg);
    text-align: center;
    position: relative;
    margin-top: -14px;
    margin-left: 16px;
}

.banner .procate-list .product-list .pr-img .pr-img-sale .sale-before:before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-left: 35px solid #fff0;
    border-right: 35px solid #fff0;
    border-bottom: 35px solid #e84949ed;
    /* background: #2701fe; */
    width: 20px;
    height: 20px;
    z-index: 0;
}

.banner .procate-list .product-list .pr-img .pr-img-sale .sale-before p {
    position: relative;
    display: inline-block;
    margin-top: 14px;
    z-index: 1;
    color: #Fff;
    margin-top: 15px;
    margin-left: 17px;
}

.banner .procate-list .product-list .pr-title {
    position: relative;
    text-align: center;
    line-height: 2;
    margin: 20px 0 10px 0;
}

.banner .procate-list .product-list .pr-title:before {
    content: '';
    top: 0;
    left: 4%;
    right: 0;
    position: absolute;
    background: #ef6e0a;
    width: 90%;
    height: 1px;
}

.banner .procate-list .product-list .pr-title .pr-title-name {
    color: #222222;
    font-size: 14px;
    font-family: "Arialb";
}

.banner .procate-list .product-list .pr-title .pr-title-price {
    color: #2701fe;
    font-family: "Arial";
}


/*.banner .procate-list .product-list .pr-title .pr-title-btn { background: #8f8f91; color: #fff; padding: 7px 20px; border-radius: 2px; }*/


/*.banner .procate-list .product-list .pr-title .pr-title-btn:hover { background: #2701fe; transition: .3s; }*/

.icon_language img {
    width: 20px;
    height: 16px;
}

.icon_language a {
    display: block;
}

.icon_language {
    position: absolute;
    left: -40px;
    top: 5px;
    bottom: 0;
    margin-top: 20px;
}

.btn-hd-cate {
    background: #2701fe;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px;
    transition: .5s;
    -webkit-box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.75);
}

.btn-hd-cate:hover {
    color: #fff;
    background: deepskyblue;
    transition: .5s;
}

.header-cate {
    background: #e0dada;
}

.header-cate-list {
    text-align: center;
}

.header-cate-list ul li {
    display: inline-block;
}

.hd-menu-active {
    left: 0 !important;
    padding: 0 !important;
}

header .hd-logo a {
    display: inline-block;
    margin: 0 20px;
}

.banner .pr-title-name {
    height: 50px;
    overflow: hidden;
    display: inline-block;
}

.header-cate ul li .btn-hd-cate.active {
    background: #2701fe;
}

.fixed {
    box-shadow: 0 0 3px 2px #2701fe;
    background: #fff;
}

.fixed {
    position: fixed !important;
    top: 0px;
    z-index: 99;
    width: 100%;
    transition: top 0.3s;
    animation: animatedown 0.6s;
}